Categories |
CategoriesAuto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdcom.github.duxvfeng |
ArtifactId | ArtifactIdautoId |
Version | Version1.0.1-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
autoId-1.0.1-RELEASE.pom | |
autoId-1.0.1-RELEASE.jar | 12 KB |
autoId-1.0.1-RELEASE-sources.jar | 7 KB |
autoId-1.0.1-RELEASE-javadoc.jar | 54 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.duxvfeng/autoId/ -->
<dependency>
<groupId>com.github.duxvfeng</groupId>
<artifactId>autoId</artifactId>
<version>1.0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.duxvfeng/autoId/
implementation 'com.github.duxvfeng:autoId:1.0.1-RELEASE'
// https://jarcasting.com/artifacts/com.github.duxvfeng/autoId/
implementation ("com.github.duxvfeng:autoId:1.0.1-RELEASE")
'com.github.duxvfeng:autoId:jar:1.0.1-RELEASE'
<dependency org="com.github.duxvfeng" name="autoId" rev="1.0.1-RELEASE">
<artifact name="autoId" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.duxvfeng', module='autoId', version='1.0.1-RELEASE')
)
libraryDependencies += "com.github.duxvfeng" % "autoId" % "1.0.1-RELEASE"
[com.github.duxvfeng/autoId "1.0.1-RELEASE"]