GroupId | GroupIdcn.vorbote |
---|---|
ArtifactId | ArtifactIdcommons |
Version | Version1.1.1 |
Type | Typejar |
Filename | Size |
---|---|
commons-1.1.1.pom | |
commons-1.1.1.jar | 13 KB |
commons-1.1.1-sources.jar | 9 KB |
commons-1.1.1-javadoc.jar | 420 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.vorbote/commons/ -->
<dependency>
<groupId>cn.vorbote</groupId>
<artifactId>commons</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/cn.vorbote/commons/
implementation 'cn.vorbote:commons:1.1.1'
// https://jarcasting.com/artifacts/cn.vorbote/commons/
implementation ("cn.vorbote:commons:1.1.1")
'cn.vorbote:commons:jar:1.1.1'
<dependency org="cn.vorbote" name="commons" rev="1.1.1">
<artifact name="commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.vorbote', module='commons', version='1.1.1')
)
libraryDependencies += "cn.vorbote" % "commons" % "1.1.1"
[cn.vorbote/commons "1.1.1"]