GroupId | GroupIdme.tfeng.toolbox |
---|---|
ArtifactId | ArtifactIdcommon |
Version | Version0.8.8 |
Type | Typejar |
Filename | Size |
---|---|
common-0.8.8.pom | |
common-0.8.8.jar | 2 KB |
common-0.8.8-sources.jar | 2 KB |
common-0.8.8-javadoc.jar | 20 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.tfeng.toolbox/common/ -->
<dependency>
<groupId>me.tfeng.toolbox</groupId>
<artifactId>common</artifactId>
<version>0.8.8</version>
</dependency>
// https://jarcasting.com/artifacts/me.tfeng.toolbox/common/
implementation 'me.tfeng.toolbox:common:0.8.8'
// https://jarcasting.com/artifacts/me.tfeng.toolbox/common/
implementation ("me.tfeng.toolbox:common:0.8.8")
'me.tfeng.toolbox:common:jar:0.8.8'
<dependency org="me.tfeng.toolbox" name="common" rev="0.8.8">
<artifact name="common" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.tfeng.toolbox', module='common', version='0.8.8')
)
libraryDependencies += "me.tfeng.toolbox" % "common" % "0.8.8"
[me.tfeng.toolbox/common "0.8.8"]