GroupId | GroupIdorg.whiley |
---|---|
ArtifactId | ArtifactIdjbuildfs |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
jbuildfs-1.0.1.pom | |
jbuildfs-1.0.1.jar | 46 KB |
jbuildfs-1.0.1-sources.jar | 24 KB |
jbuildfs-1.0.1-javadoc.jar | 553 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.whiley/jbuildfs/ -->
<dependency>
<groupId>org.whiley</groupId>
<artifactId>jbuildfs</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.whiley/jbuildfs/
implementation 'org.whiley:jbuildfs:1.0.1'
// https://jarcasting.com/artifacts/org.whiley/jbuildfs/
implementation ("org.whiley:jbuildfs:1.0.1")
'org.whiley:jbuildfs:jar:1.0.1'
<dependency org="org.whiley" name="jbuildfs" rev="1.0.1">
<artifact name="jbuildfs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.whiley', module='jbuildfs', version='1.0.1')
)
libraryDependencies += "org.whiley" % "jbuildfs" % "1.0.1"
[org.whiley/jbuildfs "1.0.1"]