GroupId | GroupIdcommons-naming |
---|---|
ArtifactId | ArtifactIdcommons-naming-factory |
Version | Version20031116.223742 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/commons-naming/commons-naming-factory/ -->
<dependency>
<groupId>commons-naming</groupId>
<artifactId>commons-naming-factory</artifactId>
<version>20031116.223742</version>
</dependency>
// https://jarcasting.com/artifacts/commons-naming/commons-naming-factory/
implementation 'commons-naming:commons-naming-factory:20031116.223742'
// https://jarcasting.com/artifacts/commons-naming/commons-naming-factory/
implementation ("commons-naming:commons-naming-factory:20031116.223742")
'commons-naming:commons-naming-factory:jar:20031116.223742'
<dependency org="commons-naming" name="commons-naming-factory" rev="20031116.223742">
<artifact name="commons-naming-factory" type="jar" />
</dependency>
@Grapes(
@Grab(group='commons-naming', module='commons-naming-factory', version='20031116.223742')
)
libraryDependencies += "commons-naming" % "commons-naming-factory" % "20031116.223742"
[commons-naming/commons-naming-factory "20031116.223742"]