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