GroupId | GroupIdcommons-resources |
---|---|
ArtifactId | ArtifactIdcommons-resources |
Version | Version20041212 |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
commons-resources-20041212.pom | |
commons-resources-20041212-sources.jar | 48 KB |
Browse |
<!-- https://jarcasting.com/artifacts/commons-resources/commons-resources/ -->
<dependency>
<groupId>commons-resources</groupId>
<artifactId>commons-resources</artifactId>
<version>20041212</version>
</dependency>
// https://jarcasting.com/artifacts/commons-resources/commons-resources/
implementation 'commons-resources:commons-resources:20041212'
// https://jarcasting.com/artifacts/commons-resources/commons-resources/
implementation ("commons-resources:commons-resources:20041212")
'commons-resources:commons-resources:jar:20041212'
<dependency org="commons-resources" name="commons-resources" rev="20041212">
<artifact name="commons-resources" type="jar" />
</dependency>
@Grapes(
@Grab(group='commons-resources', module='commons-resources', version='20041212')
)
libraryDependencies += "commons-resources" % "commons-resources" % "20041212"
[commons-resources "20041212"]