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