GroupId | GroupIdio.github.zxgangandy |
---|---|
ArtifactId | ArtifactIdbase-codegen |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
base-codegen-1.0.0.pom | |
base-codegen-1.0.0.jar | 9 KB |
base-codegen-1.0.0-sources.jar | 5 KB |
base-codegen-1.0.0-javadoc.jar | 48 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.zxgangandy/base-codegen/ -->
<dependency>
<groupId>io.github.zxgangandy</groupId>
<artifactId>base-codegen</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.zxgangandy/base-codegen/
implementation 'io.github.zxgangandy:base-codegen:1.0.0'
// https://jarcasting.com/artifacts/io.github.zxgangandy/base-codegen/
implementation ("io.github.zxgangandy:base-codegen:1.0.0")
'io.github.zxgangandy:base-codegen:jar:1.0.0'
<dependency org="io.github.zxgangandy" name="base-codegen" rev="1.0.0">
<artifact name="base-codegen" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.zxgangandy', module='base-codegen', version='1.0.0')
)
libraryDependencies += "io.github.zxgangandy" % "base-codegen" % "1.0.0"
[io.github.zxgangandy/base-codegen "1.0.0"]