is not current version
Last Version 1.0.v201602292337

com.github.coderepositories:jcommons-core 1.0

My Java Commons Lib Core

GroupId

GroupId

com.github.coderepositories
ArtifactId

ArtifactId

jcommons-core
Version

Version

1.0
Type

Type

jar

Download jcommons-core 1.0


<!-- 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"]