Categories |
CategoriesNative Development Tools |
---|---|
GroupId | GroupIdcom.futureble.native |
ArtifactId | ArtifactIdfusion |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
fusion-1.0.0.pom | |
fusion-1.0.0.jar | 64 KB |
fusion-1.0.0-sources.jar | 59 KB |
fusion-1.0.0-javadoc.jar | 307 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.futureble.native/fusion/ -->
<dependency>
<groupId>com.futureble.native</groupId>
<artifactId>fusion</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.futureble.native/fusion/
implementation 'com.futureble.native:fusion:1.0.0'
// https://jarcasting.com/artifacts/com.futureble.native/fusion/
implementation ("com.futureble.native:fusion:1.0.0")
'com.futureble.native:fusion:jar:1.0.0'
<dependency org="com.futureble.native" name="fusion" rev="1.0.0">
<artifact name="fusion" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.futureble.native', module='fusion', version='1.0.0')
)
libraryDependencies += "com.futureble.native" % "fusion" % "1.0.0"
[com.futureble.native/fusion "1.0.0"]