GroupId | GroupIdcom.thesett |
---|---|
ArtifactId | ArtifactIdbase |
Version | Version0.8.21 |
Type | Typejar |
Filename | Size |
---|---|
base-0.8.21.pom | |
base-0.8.21.jar | 9 KB |
base-0.8.21-sources.jar | 8 KB |
base-0.8.21-javadoc.jar | 51 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.thesett/base/ -->
<dependency>
<groupId>com.thesett</groupId>
<artifactId>base</artifactId>
<version>0.8.21</version>
</dependency>
// https://jarcasting.com/artifacts/com.thesett/base/
implementation 'com.thesett:base:0.8.21'
// https://jarcasting.com/artifacts/com.thesett/base/
implementation ("com.thesett:base:0.8.21")
'com.thesett:base:jar:0.8.21'
<dependency org="com.thesett" name="base" rev="0.8.21">
<artifact name="base" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thesett', module='base', version='0.8.21')
)
libraryDependencies += "com.thesett" % "base" % "0.8.21"
[com.thesett/base "0.8.21"]