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