質問編集履歴
2
add question
test
CHANGED
File without changes
|
test
CHANGED
@@ -8,8 +8,10 @@
|
|
8
8
|
|
9
9
|
このとき、完全限定クラス名が `org.apache.commons.id.uuid.UUID` であることは検索して分かります。
|
10
10
|
|
11
|
-
しかし、mavenやgradleでinstallするためには organization名とartifact
|
11
|
+
しかし、mavenやgradleでinstallするためには organization名とartifact名が必要ですよね?
|
12
12
|
|
13
13
|
|
14
14
|
|
15
15
|
パッケージ名と一意に結びつくものではないと思うのですが、どうやって検索したらいいでしょうか?
|
16
|
+
|
17
|
+
また、そもそもパッケージ名とorganization - artifactの二種類の階層構造があるのはどうしてでしょうか?紛らわしいです。
|
1
fix url
test
CHANGED
File without changes
|
test
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
-
http://commons.apache.org/sandbox/commons-id/apidocs/org/apache/commons/id/uuid/UUID.html#nameUUIDFromString%28java.lang.String,%20org.apache.commons.id.uuid.UUID
|
5
|
+
http://commons.apache.org/sandbox/commons-id/apidocs/org/apache/commons/id/uuid/UUID.html#nameUUIDFromString%28java.lang.String,%20org.apache.commons.id.uuid.UUID
|
6
6
|
|
7
7
|
|
8
8
|
|