Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.github.nbbrd.java-io-util |
ArtifactId | ArtifactIdjava-io-parent |
Version | Version0.0.18 |
Type | Typepom |
Filename | Size |
---|---|
java-io-parent-0.0.18.pom | 20 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nbbrd.java-io-util/java-io-parent/ -->
<dependency>
<groupId>com.github.nbbrd.java-io-util</groupId>
<artifactId>java-io-parent</artifactId>
<version>0.0.18</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.nbbrd.java-io-util/java-io-parent/
implementation 'com.github.nbbrd.java-io-util:java-io-parent:0.0.18'
// https://jarcasting.com/artifacts/com.github.nbbrd.java-io-util/java-io-parent/
implementation ("com.github.nbbrd.java-io-util:java-io-parent:0.0.18")
'com.github.nbbrd.java-io-util:java-io-parent:pom:0.0.18'
<dependency org="com.github.nbbrd.java-io-util" name="java-io-parent" rev="0.0.18">
<artifact name="java-io-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.nbbrd.java-io-util', module='java-io-parent', version='0.0.18')
)
libraryDependencies += "com.github.nbbrd.java-io-util" % "java-io-parent" % "0.0.18"
[com.github.nbbrd.java-io-util/java-io-parent "0.0.18"]