GroupId | GroupIdcom.seleritycorp.common.base |
---|---|
ArtifactId | ArtifactIdCommonBase |
Version | Version1.0.6 |
Type | Typejar |
Filename | Size |
---|---|
CommonBase-1.0.6.pom | |
CommonBase-1.0.6.jar | 136 KB |
CommonBase-1.0.6-tests.jar | 13 KB |
CommonBase-1.0.6-sources.jar | 128 KB |
CommonBase-1.0.6-javadoc.jar | 647 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.seleritycorp.common.base/CommonBase/ -->
<dependency>
<groupId>com.seleritycorp.common.base</groupId>
<artifactId>CommonBase</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.seleritycorp.common.base/CommonBase/
implementation 'com.seleritycorp.common.base:CommonBase:1.0.6'
// https://jarcasting.com/artifacts/com.seleritycorp.common.base/CommonBase/
implementation ("com.seleritycorp.common.base:CommonBase:1.0.6")
'com.seleritycorp.common.base:CommonBase:jar:1.0.6'
<dependency org="com.seleritycorp.common.base" name="CommonBase" rev="1.0.6">
<artifact name="CommonBase" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.seleritycorp.common.base', module='CommonBase', version='1.0.6')
)
libraryDependencies += "com.seleritycorp.common.base" % "CommonBase" % "1.0.6"
[com.seleritycorp.common.base/CommonBase "1.0.6"]