Categories |
CategoriesCRaSH General Purpose Libraries Utility |
---|---|
GroupId | GroupIdcom.darwinsys |
ArtifactId | ArtifactIdcrashburnfree-library |
Version | Version1.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.darwinsys/crashburnfree-library/ -->
<dependency>
<groupId>com.darwinsys</groupId>
<artifactId>crashburnfree-library</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.darwinsys/crashburnfree-library/
implementation 'com.darwinsys:crashburnfree-library:1.0.1'
// https://jarcasting.com/artifacts/com.darwinsys/crashburnfree-library/
implementation ("com.darwinsys:crashburnfree-library:1.0.1")
'com.darwinsys:crashburnfree-library:jar:1.0.1'
<dependency org="com.darwinsys" name="crashburnfree-library" rev="1.0.1">
<artifact name="crashburnfree-library" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.darwinsys', module='crashburnfree-library', version='1.0.1')
)
libraryDependencies += "com.darwinsys" % "crashburnfree-library" % "1.0.1"
[com.darwinsys/crashburnfree-library "1.0.1"]