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