Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.jamesbaca.ascent |
ArtifactId | ArtifactIdascent-processor |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
ascent-processor-0.2.0.pom | |
ascent-processor-0.2.0.jar | 18 KB |
ascent-processor-0.2.0-sources.jar | 6 KB |
ascent-processor-0.2.0-javadoc.jar | 31 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.jamesbaca.ascent/ascent-processor/ -->
<dependency>
<groupId>net.jamesbaca.ascent</groupId>
<artifactId>ascent-processor</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.jamesbaca.ascent/ascent-processor/
implementation 'net.jamesbaca.ascent:ascent-processor:0.2.0'
// https://jarcasting.com/artifacts/net.jamesbaca.ascent/ascent-processor/
implementation ("net.jamesbaca.ascent:ascent-processor:0.2.0")
'net.jamesbaca.ascent:ascent-processor:jar:0.2.0'
<dependency org="net.jamesbaca.ascent" name="ascent-processor" rev="0.2.0">
<artifact name="ascent-processor" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.jamesbaca.ascent', module='ascent-processor', version='0.2.0')
)
libraryDependencies += "net.jamesbaca.ascent" % "ascent-processor" % "0.2.0"
[net.jamesbaca.ascent/ascent-processor "0.2.0"]