GroupId | GroupIdcom.tailoredshapes.underbar |
---|---|
ArtifactId | ArtifactIdio |
Version | Version0.1.1 |
Type | Typejar |
Filename | Size |
---|---|
io-0.1.1.pom | |
io-0.1.1.jar | 4 KB |
io-0.1.1-sources.jar | 2 KB |
io-0.1.1-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tailoredshapes.underbar/io/ -->
<dependency>
<groupId>com.tailoredshapes.underbar</groupId>
<artifactId>io</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.tailoredshapes.underbar/io/
implementation 'com.tailoredshapes.underbar:io:0.1.1'
// https://jarcasting.com/artifacts/com.tailoredshapes.underbar/io/
implementation ("com.tailoredshapes.underbar:io:0.1.1")
'com.tailoredshapes.underbar:io:jar:0.1.1'
<dependency org="com.tailoredshapes.underbar" name="io" rev="0.1.1">
<artifact name="io" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tailoredshapes.underbar', module='io', version='0.1.1')
)
libraryDependencies += "com.tailoredshapes.underbar" % "io" % "0.1.1"
[com.tailoredshapes.underbar/io "0.1.1"]