GroupId | GroupIdorg.bitbucket.swattu |
---|---|
ArtifactId | ArtifactIdcore-utils |
Version | Version2.0.1 |
Type | Typejar |
Filename | Size |
---|---|
core-utils-2.0.1.pom | |
core-utils-2.0.1.jar | 16 KB |
core-utils-2.0.1-sources.jar | 10 KB |
core-utils-2.0.1-javadoc.jar | 78 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bitbucket.swattu/core-utils/ -->
<dependency>
<groupId>org.bitbucket.swattu</groupId>
<artifactId>core-utils</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.swattu/core-utils/
implementation 'org.bitbucket.swattu:core-utils:2.0.1'
// https://jarcasting.com/artifacts/org.bitbucket.swattu/core-utils/
implementation ("org.bitbucket.swattu:core-utils:2.0.1")
'org.bitbucket.swattu:core-utils:jar:2.0.1'
<dependency org="org.bitbucket.swattu" name="core-utils" rev="2.0.1">
<artifact name="core-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.swattu', module='core-utils', version='2.0.1')
)
libraryDependencies += "org.bitbucket.swattu" % "core-utils" % "2.0.1"
[org.bitbucket.swattu/core-utils "2.0.1"]