License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.pwall.util |
ArtifactId | ArtifactIdint-output |
Version | Version1.1 |
Type | Typejar |
Description |
DescriptionInteger output functions
Common functions for optimised integer output
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
int-output-1.1.pom | |
int-output-1.1.jar | 5 KB |
int-output-1.1-sources.jar | 4 KB |
int-output-1.1-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.pwall.util/int-output/ -->
<dependency>
<groupId>net.pwall.util</groupId>
<artifactId>int-output</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.pwall.util/int-output/
implementation 'net.pwall.util:int-output:1.1'
// https://jarcasting.com/artifacts/net.pwall.util/int-output/
implementation ("net.pwall.util:int-output:1.1")
'net.pwall.util:int-output:jar:1.1'
<dependency org="net.pwall.util" name="int-output" rev="1.1">
<artifact name="int-output" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.pwall.util', module='int-output', version='1.1')
)
libraryDependencies += "net.pwall.util" % "int-output" % "1.1"
[net.pwall.util/int-output "1.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |