GroupId | GroupIdcn.nkpro.elcube |
---|---|
ArtifactId | ArtifactIdcommons |
Version | Version2.0.1 |
Type | Typejar |
Filename | Size |
---|---|
commons-2.0.1.pom | |
commons-2.0.1.jar | 24 KB |
commons-2.0.1-sources.jar | 21 KB |
commons-2.0.1-javadoc.jar | 216 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.nkpro.elcube/commons/ -->
<dependency>
<groupId>cn.nkpro.elcube</groupId>
<artifactId>commons</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/cn.nkpro.elcube/commons/
implementation 'cn.nkpro.elcube:commons:2.0.1'
// https://jarcasting.com/artifacts/cn.nkpro.elcube/commons/
implementation ("cn.nkpro.elcube:commons:2.0.1")
'cn.nkpro.elcube:commons:jar:2.0.1'
<dependency org="cn.nkpro.elcube" name="commons" rev="2.0.1">
<artifact name="commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.nkpro.elcube', module='commons', version='2.0.1')
)
libraryDependencies += "cn.nkpro.elcube" % "commons" % "2.0.1"
[cn.nkpro.elcube/commons "2.0.1"]