| GroupId | GroupIdcom.github.fartherp |
|---|---|
| ArtifactId | ArtifactIdcode-generator-core |
| Version | Version1.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| code-generator-core-1.0.1.pom | |
| code-generator-core-1.0.1.jar | 80 KB |
| code-generator-core-1.0.1-sources.jar | 53 KB |
| code-generator-core-1.0.1-javadoc.jar | 398 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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fartherp/code-generator-core/
implementation 'com.github.fartherp:code-generator-core:1.0.1'
// https://jarcasting.com/artifacts/com.github.fartherp/code-generator-core/
implementation ("com.github.fartherp:code-generator-core:1.0.1")
'com.github.fartherp:code-generator-core:jar:1.0.1'
<dependency org="com.github.fartherp" name="code-generator-core" rev="1.0.1">
<artifact name="code-generator-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fartherp', module='code-generator-core', version='1.0.1')
)
libraryDependencies += "com.github.fartherp" % "code-generator-core" % "1.0.1"
[com.github.fartherp/code-generator-core "1.0.1"]