GroupId | GroupIdcommons-naming |
---|---|
ArtifactId | ArtifactIdcommons-naming-core |
Last Version | Last Version20031116.223527 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
commons-naming-core-20031116.223527.pom | |
commons-naming-core-20031116.223527.jar | 64 KB |
Browse |
<!-- https://jarcasting.com/artifacts/commons-naming/commons-naming-core/ -->
<dependency>
<groupId>commons-naming</groupId>
<artifactId>commons-naming-core</artifactId>
<version>20031116.223527</version>
</dependency>
// https://jarcasting.com/artifacts/commons-naming/commons-naming-core/
implementation 'commons-naming:commons-naming-core:20031116.223527'
// https://jarcasting.com/artifacts/commons-naming/commons-naming-core/
implementation ("commons-naming:commons-naming-core:20031116.223527")
'commons-naming:commons-naming-core:jar:20031116.223527'
<dependency org="commons-naming" name="commons-naming-core" rev="20031116.223527">
<artifact name="commons-naming-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='commons-naming', module='commons-naming-core', version='20031116.223527')
)
libraryDependencies += "commons-naming" % "commons-naming-core" % "20031116.223527"
[commons-naming/commons-naming-core "20031116.223527"]