Categories |
CategoriesNet |
---|---|
GroupId | GroupIdau.net.causal.projo |
ArtifactId | ArtifactIdprojo-truevfs |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
projo-truevfs-1.0.pom | |
projo-truevfs-1.0.jar | 4 KB |
projo-truevfs-1.0-sources.jar | 2 KB |
projo-truevfs-1.0-javadoc.jar | 40 KB |
Browse |
<!-- https://jarcasting.com/artifacts/au.net.causal.projo/projo-truevfs/ -->
<dependency>
<groupId>au.net.causal.projo</groupId>
<artifactId>projo-truevfs</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/au.net.causal.projo/projo-truevfs/
implementation 'au.net.causal.projo:projo-truevfs:1.0'
// https://jarcasting.com/artifacts/au.net.causal.projo/projo-truevfs/
implementation ("au.net.causal.projo:projo-truevfs:1.0")
'au.net.causal.projo:projo-truevfs:jar:1.0'
<dependency org="au.net.causal.projo" name="projo-truevfs" rev="1.0">
<artifact name="projo-truevfs" type="jar" />
</dependency>
@Grapes(
@Grab(group='au.net.causal.projo', module='projo-truevfs', version='1.0')
)
libraryDependencies += "au.net.causal.projo" % "projo-truevfs" % "1.0"
[au.net.causal.projo/projo-truevfs "1.0"]