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