| GroupId | GroupIdcom.github.fartherp |
|---|---|
| ArtifactId | ArtifactIdcode-generator-core |
| Version | Version1.0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| code-generator-core-1.0.2.pom | |
| code-generator-core-1.0.2.jar | 81 KB |
| code-generator-core-1.0.2-sources.jar | 53 KB |
| code-generator-core-1.0.2-javadoc.jar | 397 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.fartherp/code-generator-core/ -->
<dependency>
<groupId>com.github.fartherp</groupId>
<artifactId>code-generator-core</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fartherp/code-generator-core/
implementation 'com.github.fartherp:code-generator-core:1.0.2'
// https://jarcasting.com/artifacts/com.github.fartherp/code-generator-core/
implementation ("com.github.fartherp:code-generator-core:1.0.2")
'com.github.fartherp:code-generator-core:jar:1.0.2'
<dependency org="com.github.fartherp" name="code-generator-core" rev="1.0.2">
<artifact name="code-generator-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fartherp', module='code-generator-core', version='1.0.2')
)
libraryDependencies += "com.github.fartherp" % "code-generator-core" % "1.0.2"
[com.github.fartherp/code-generator-core "1.0.2"]