GroupId | GroupIdcom.github.coderepositories |
---|---|
ArtifactId | ArtifactIdjcommons |
Version | Version1.0 |
Type | Typepom |
Filename | Size |
---|---|
jcommons-1.0.pom | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.coderepositories/jcommons/ -->
<dependency>
<groupId>com.github.coderepositories</groupId>
<artifactId>jcommons</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.coderepositories/jcommons/
implementation 'com.github.coderepositories:jcommons:1.0'
// https://jarcasting.com/artifacts/com.github.coderepositories/jcommons/
implementation ("com.github.coderepositories:jcommons:1.0")
'com.github.coderepositories:jcommons:pom:1.0'
<dependency org="com.github.coderepositories" name="jcommons" rev="1.0">
<artifact name="jcommons" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.coderepositories', module='jcommons', version='1.0')
)
libraryDependencies += "com.github.coderepositories" % "jcommons" % "1.0"
[com.github.coderepositories/jcommons "1.0"]