Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.apexes.codegen |
ArtifactId | ArtifactIdapexes-codegen-core |
Version | Version0.0.6 |
Type | Typejar |
Filename | Size |
---|---|
apexes-codegen-core-0.0.6.pom | |
apexes-codegen-core-0.0.6.jar | 54 KB |
apexes-codegen-core-0.0.6-sources.jar | 30 KB |
apexes-codegen-core-0.0.6-javadoc.jar | 99 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.apexes.codegen/apexes-codegen-core/ -->
<dependency>
<groupId>net.apexes.codegen</groupId>
<artifactId>apexes-codegen-core</artifactId>
<version>0.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/net.apexes.codegen/apexes-codegen-core/
implementation 'net.apexes.codegen:apexes-codegen-core:0.0.6'
// https://jarcasting.com/artifacts/net.apexes.codegen/apexes-codegen-core/
implementation ("net.apexes.codegen:apexes-codegen-core:0.0.6")
'net.apexes.codegen:apexes-codegen-core:jar:0.0.6'
<dependency org="net.apexes.codegen" name="apexes-codegen-core" rev="0.0.6">
<artifact name="apexes-codegen-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.apexes.codegen', module='apexes-codegen-core', version='0.0.6')
)
libraryDependencies += "net.apexes.codegen" % "apexes-codegen-core" % "0.0.6"
[net.apexes.codegen/apexes-codegen-core "0.0.6"]