GroupId | GroupIdbr.eti.kinoshita |
---|---|
ArtifactId | ArtifactIdtap4j |
Version | Version1.4.5 |
Type | Typejar |
Filename | Size |
---|---|
tap4j-1.4.5.pom | |
tap4j-1.4.5.jar | 66 KB |
tap4j-1.4.5-sources.jar | 72 KB |
tap4j-1.4.5-javadoc.jar | 1019 KB |
Browse |
<!-- https://jarcasting.com/artifacts/br.eti.kinoshita/tap4j/ -->
<dependency>
<groupId>br.eti.kinoshita</groupId>
<artifactId>tap4j</artifactId>
<version>1.4.5</version>
</dependency>
// https://jarcasting.com/artifacts/br.eti.kinoshita/tap4j/
implementation 'br.eti.kinoshita:tap4j:1.4.5'
// https://jarcasting.com/artifacts/br.eti.kinoshita/tap4j/
implementation ("br.eti.kinoshita:tap4j:1.4.5")
'br.eti.kinoshita:tap4j:jar:1.4.5'
<dependency org="br.eti.kinoshita" name="tap4j" rev="1.4.5">
<artifact name="tap4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.eti.kinoshita', module='tap4j', version='1.4.5')
)
libraryDependencies += "br.eti.kinoshita" % "tap4j" % "1.4.5"
[br.eti.kinoshita/tap4j "1.4.5"]