GroupId | GroupIdcom.github.ddth |
---|---|
ArtifactId | ArtifactIdddth-lucext-core |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
ddth-lucext-core-0.2.0.pom | |
ddth-lucext-core-0.2.0.jar | 33 KB |
ddth-lucext-core-0.2.0-sources.jar | 15 KB |
ddth-lucext-core-0.2.0-javadoc.jar | 109 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ddth/ddth-lucext-core/ -->
<dependency>
<groupId>com.github.ddth</groupId>
<artifactId>ddth-lucext-core</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ddth/ddth-lucext-core/
implementation 'com.github.ddth:ddth-lucext-core:0.2.0'
// https://jarcasting.com/artifacts/com.github.ddth/ddth-lucext-core/
implementation ("com.github.ddth:ddth-lucext-core:0.2.0")
'com.github.ddth:ddth-lucext-core:jar:0.2.0'
<dependency org="com.github.ddth" name="ddth-lucext-core" rev="0.2.0">
<artifact name="ddth-lucext-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ddth', module='ddth-lucext-core', version='0.2.0')
)
libraryDependencies += "com.github.ddth" % "ddth-lucext-core" % "0.2.0"
[com.github.ddth/ddth-lucext-core "0.2.0"]