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