GroupId | GroupIdcom.github.fartherp |
---|---|
ArtifactId | ArtifactIdgeneratorcode-openservice |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.fartherp/generatorcode-openservice/ -->
<dependency>
<groupId>com.github.fartherp</groupId>
<artifactId>generatorcode-openservice</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fartherp/generatorcode-openservice/
implementation 'com.github.fartherp:generatorcode-openservice:1.0.0'
// https://jarcasting.com/artifacts/com.github.fartherp/generatorcode-openservice/
implementation ("com.github.fartherp:generatorcode-openservice:1.0.0")
'com.github.fartherp:generatorcode-openservice:jar:1.0.0'
<dependency org="com.github.fartherp" name="generatorcode-openservice" rev="1.0.0">
<artifact name="generatorcode-openservice" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fartherp', module='generatorcode-openservice', version='1.0.0')
)
libraryDependencies += "com.github.fartherp" % "generatorcode-openservice" % "1.0.0"
[com.github.fartherp/generatorcode-openservice "1.0.0"]