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