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