GroupId | GroupIdcom.lgou2w |
---|---|
ArtifactId | ArtifactIdldk-exposed |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
ldk-exposed-0.2.0.pom | |
ldk-exposed-0.2.0.jar | 10 KB |
ldk-exposed-0.2.0-sources.jar | 5 KB |
ldk-exposed-0.2.0-javadoc.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.lgou2w/ldk-exposed/ -->
<dependency>
<groupId>com.lgou2w</groupId>
<artifactId>ldk-exposed</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.lgou2w/ldk-exposed/
implementation 'com.lgou2w:ldk-exposed:0.2.0'
// https://jarcasting.com/artifacts/com.lgou2w/ldk-exposed/
implementation ("com.lgou2w:ldk-exposed:0.2.0")
'com.lgou2w:ldk-exposed:jar:0.2.0'
<dependency org="com.lgou2w" name="ldk-exposed" rev="0.2.0">
<artifact name="ldk-exposed" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lgou2w', module='ldk-exposed', version='0.2.0')
)
libraryDependencies += "com.lgou2w" % "ldk-exposed" % "0.2.0"
[com.lgou2w/ldk-exposed "0.2.0"]