GroupId | GroupIdio.github.leguan16 |
---|---|
ArtifactId | ArtifactIdsmartInvs |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
smartInvs-1.0.pom | |
smartInvs-1.0.jar | 33 KB |
smartInvs-1.0-sources.jar | 12 KB |
smartInvs-1.0-javadoc.jar | 208 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.leguan16/smartInvs/ -->
<dependency>
<groupId>io.github.leguan16</groupId>
<artifactId>smartInvs</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.leguan16/smartInvs/
implementation 'io.github.leguan16:smartInvs:1.0'
// https://jarcasting.com/artifacts/io.github.leguan16/smartInvs/
implementation ("io.github.leguan16:smartInvs:1.0")
'io.github.leguan16:smartInvs:jar:1.0'
<dependency org="io.github.leguan16" name="smartInvs" rev="1.0">
<artifact name="smartInvs" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.leguan16', module='smartInvs', version='1.0')
)
libraryDependencies += "io.github.leguan16" % "smartInvs" % "1.0"
[io.github.leguan16/smartInvs "1.0"]