Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation |
---|---|
GroupId | GroupIdcom.mirasmithy.airy |
ArtifactId | ArtifactIdairy |
Version | Version2.0 |
Type | Typejar |
Filename | Size |
---|---|
airy-2.0.pom | |
airy-2.0.jar | 6 KB |
airy-2.0-sources.jar | 4 KB |
airy-2.0-javadoc.jar | 31 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mirasmithy.airy/airy/ -->
<dependency>
<groupId>com.mirasmithy.airy</groupId>
<artifactId>airy</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.mirasmithy.airy/airy/
implementation 'com.mirasmithy.airy:airy:2.0'
// https://jarcasting.com/artifacts/com.mirasmithy.airy/airy/
implementation ("com.mirasmithy.airy:airy:2.0")
'com.mirasmithy.airy:airy:jar:2.0'
<dependency org="com.mirasmithy.airy" name="airy" rev="2.0">
<artifact name="airy" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mirasmithy.airy', module='airy', version='2.0')
)
libraryDependencies += "com.mirasmithy.airy" % "airy" % "2.0"
[com.mirasmithy.airy/airy "2.0"]