GroupId | GroupIdcom.thesett |
---|---|
ArtifactId | ArtifactIdcommon |
Version | Version0.9.97 |
Type | Typejar |
Filename | Size |
---|---|
common-0.9.97.pom | |
common-0.9.97.jar | 206 KB |
common-0.9.97-tests.jar | 51 KB |
common-0.9.97-sources.jar | 312 KB |
common-0.9.97-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.thesett/common/ -->
<dependency>
<groupId>com.thesett</groupId>
<artifactId>common</artifactId>
<version>0.9.97</version>
</dependency>
// https://jarcasting.com/artifacts/com.thesett/common/
implementation 'com.thesett:common:0.9.97'
// https://jarcasting.com/artifacts/com.thesett/common/
implementation ("com.thesett:common:0.9.97")
'com.thesett:common:jar:0.9.97'
<dependency org="com.thesett" name="common" rev="0.9.97">
<artifact name="common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thesett', module='common', version='0.9.97')
)
libraryDependencies += "com.thesett" % "common" % "0.9.97"
[com.thesett/common "0.9.97"]