Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdio.github.symonk |
ArtifactId | ArtifactIdProperty-Assistant |
Version | Version1 |
Type | Typejar |
Filename | Size |
---|---|
Property-Assistant-1.pom | |
Property-Assistant-1.jar | 5 KB |
Property-Assistant-1-sources.jar | 2 KB |
Property-Assistant-1-javadoc.jar | 40 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.symonk/Property-Assistant/ -->
<dependency>
<groupId>io.github.symonk</groupId>
<artifactId>Property-Assistant</artifactId>
<version>1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.symonk/Property-Assistant/
implementation 'io.github.symonk:Property-Assistant:1'
// https://jarcasting.com/artifacts/io.github.symonk/Property-Assistant/
implementation ("io.github.symonk:Property-Assistant:1")
'io.github.symonk:Property-Assistant:jar:1'
<dependency org="io.github.symonk" name="Property-Assistant" rev="1">
<artifact name="Property-Assistant" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.symonk', module='Property-Assistant', version='1')
)
libraryDependencies += "io.github.symonk" % "Property-Assistant" % "1"
[io.github.symonk/Property-Assistant "1"]