GroupId | GroupIdcom.lgou2w |
---|---|
ArtifactId | ArtifactIdldk-fx-common |
Version | Version0.1.8-beta12-hotfix2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.lgou2w/ldk-fx-common/ -->
<dependency>
<groupId>com.lgou2w</groupId>
<artifactId>ldk-fx-common</artifactId>
<version>0.1.8-beta12-hotfix2</version>
</dependency>
// https://jarcasting.com/artifacts/com.lgou2w/ldk-fx-common/
implementation 'com.lgou2w:ldk-fx-common:0.1.8-beta12-hotfix2'
// https://jarcasting.com/artifacts/com.lgou2w/ldk-fx-common/
implementation ("com.lgou2w:ldk-fx-common:0.1.8-beta12-hotfix2")
'com.lgou2w:ldk-fx-common:jar:0.1.8-beta12-hotfix2'
<dependency org="com.lgou2w" name="ldk-fx-common" rev="0.1.8-beta12-hotfix2">
<artifact name="ldk-fx-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lgou2w', module='ldk-fx-common', version='0.1.8-beta12-hotfix2')
)
libraryDependencies += "com.lgou2w" % "ldk-fx-common" % "0.1.8-beta12-hotfix2"
[com.lgou2w/ldk-fx-common "0.1.8-beta12-hotfix2"]