Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.toyknight |
ArtifactId | ArtifactIdves |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
ves-1.0.0.pom | |
ves-1.0.0.jar | 11 KB |
ves-1.0.0-sources.jar | 11 KB |
ves-1.0.0-javadoc.jar | 50 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.toyknight/ves/ -->
<dependency>
<groupId>net.toyknight</groupId>
<artifactId>ves</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.toyknight/ves/
implementation 'net.toyknight:ves:1.0.0'
// https://jarcasting.com/artifacts/net.toyknight/ves/
implementation ("net.toyknight:ves:1.0.0")
'net.toyknight:ves:jar:1.0.0'
<dependency org="net.toyknight" name="ves" rev="1.0.0">
<artifact name="ves" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.toyknight', module='ves', version='1.0.0')
)
libraryDependencies += "net.toyknight" % "ves" % "1.0.0"
[net.toyknight/ves "1.0.0"]