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