Categories |
CategoriesCRaSH General Purpose Libraries Utility |
---|---|
GroupId | GroupIdme.drakeet.library |
ArtifactId | ArtifactIdcrashwoodpecker-do-nothing |
Version | Version0.9.1 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/me.drakeet.library/crashwoodpecker-do-nothing/ -->
<dependency>
<groupId>me.drakeet.library</groupId>
<artifactId>crashwoodpecker-do-nothing</artifactId>
<version>0.9.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/me.drakeet.library/crashwoodpecker-do-nothing/
implementation 'me.drakeet.library:crashwoodpecker-do-nothing:0.9.1'
// https://jarcasting.com/artifacts/me.drakeet.library/crashwoodpecker-do-nothing/
implementation ("me.drakeet.library:crashwoodpecker-do-nothing:0.9.1")
'me.drakeet.library:crashwoodpecker-do-nothing:aar:0.9.1'
<dependency org="me.drakeet.library" name="crashwoodpecker-do-nothing" rev="0.9.1">
<artifact name="crashwoodpecker-do-nothing" type="aar" />
</dependency>
@Grapes(
@Grab(group='me.drakeet.library', module='crashwoodpecker-do-nothing', version='0.9.1')
)
libraryDependencies += "me.drakeet.library" % "crashwoodpecker-do-nothing" % "0.9.1"
[me.drakeet.library/crashwoodpecker-do-nothing "0.9.1"]