Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.gitee.booting |
ArtifactId | ArtifactIdidem4j-core |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
idem4j-core-0.2.0.pom | |
idem4j-core-0.2.0.jar | 14 KB |
idem4j-core-0.2.0-sources.jar | 5 KB |
idem4j-core-0.2.0-javadoc.jar | 66 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.booting/idem4j-core/ -->
<dependency>
<groupId>com.gitee.booting</groupId>
<artifactId>idem4j-core</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.booting/idem4j-core/
implementation 'com.gitee.booting:idem4j-core:0.2.0'
// https://jarcasting.com/artifacts/com.gitee.booting/idem4j-core/
implementation ("com.gitee.booting:idem4j-core:0.2.0")
'com.gitee.booting:idem4j-core:jar:0.2.0'
<dependency org="com.gitee.booting" name="idem4j-core" rev="0.2.0">
<artifact name="idem4j-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.booting', module='idem4j-core', version='0.2.0')
)
libraryDependencies += "com.gitee.booting" % "idem4j-core" % "0.2.0"
[com.gitee.booting/idem4j-core "0.2.0"]