| License |
License
The MIT License (MIT)
|
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdml.alternet |
| ArtifactId | ArtifactIdalternet-tools-generator |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionAlternet Tools - Generator
ByteCodeUtil code generator.
The purpose of this module is to generate some byte code.
This module is not intended for a public use, it is just used to
generate the ByteCodeUtilImpl java source of alternet-tools.
ByteCodeUtilImpl itself generate byte code.
|
| Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/ml.alternet/alternet-tools-generator/ -->
<dependency>
<groupId>ml.alternet</groupId>
<artifactId>alternet-tools-generator</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/ml.alternet/alternet-tools-generator/
implementation 'ml.alternet:alternet-tools-generator:1.0'
// https://jarcasting.com/artifacts/ml.alternet/alternet-tools-generator/
implementation ("ml.alternet:alternet-tools-generator:1.0")
'ml.alternet:alternet-tools-generator:jar:1.0'
<dependency org="ml.alternet" name="alternet-tools-generator" rev="1.0">
<artifact name="alternet-tools-generator" type="jar" />
</dependency>
@Grapes(
@Grab(group='ml.alternet', module='alternet-tools-generator', version='1.0')
)
libraryDependencies += "ml.alternet" % "alternet-tools-generator" % "1.0"
[ml.alternet/alternet-tools-generator "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| ml.alternet : ext-libs-pjba | jar | 1.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.assertj : assertj-core | jar | 3.9.1 |
| org.testng : testng | jar | 6.14.2 |