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