Categories |
CategoriesAuto Application Layer Libs Code Generators config Configuration |
---|---|
GroupId | GroupIdcom.geercode.elehall |
ArtifactId | ArtifactIdelehall-autoconfigure |
Version | Version0.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.geercode.elehall/elehall-autoconfigure/ -->
<dependency>
<groupId>com.geercode.elehall</groupId>
<artifactId>elehall-autoconfigure</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.geercode.elehall/elehall-autoconfigure/
implementation 'com.geercode.elehall:elehall-autoconfigure:0.0.1'
// https://jarcasting.com/artifacts/com.geercode.elehall/elehall-autoconfigure/
implementation ("com.geercode.elehall:elehall-autoconfigure:0.0.1")
'com.geercode.elehall:elehall-autoconfigure:jar:0.0.1'
<dependency org="com.geercode.elehall" name="elehall-autoconfigure" rev="0.0.1">
<artifact name="elehall-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.geercode.elehall', module='elehall-autoconfigure', version='0.0.1')
)
libraryDependencies += "com.geercode.elehall" % "elehall-autoconfigure" % "0.0.1"
[com.geercode.elehall/elehall-autoconfigure "0.0.1"]