Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.pwall.util |
ArtifactId | ArtifactIdco-int-output |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
co-int-output-1.0.pom | |
co-int-output-1.0.jar | 45 KB |
co-int-output-1.0-sources.jar | 4 KB |
co-int-output-1.0-javadoc.jar | 257 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.pwall.util/co-int-output/ -->
<dependency>
<groupId>net.pwall.util</groupId>
<artifactId>co-int-output</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.pwall.util/co-int-output/
implementation 'net.pwall.util:co-int-output:1.0'
// https://jarcasting.com/artifacts/net.pwall.util/co-int-output/
implementation ("net.pwall.util:co-int-output:1.0")
'net.pwall.util:co-int-output:jar:1.0'
<dependency org="net.pwall.util" name="co-int-output" rev="1.0">
<artifact name="co-int-output" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.pwall.util', module='co-int-output', version='1.0')
)
libraryDependencies += "net.pwall.util" % "co-int-output" % "1.0"
[net.pwall.util/co-int-output "1.0"]