GroupId | GroupIdorg.bytesoft |
---|---|
ArtifactId | ArtifactIdbytejta-supports |
Version | Version0.4.0 |
Type | Typejar |
Filename | Size |
---|---|
bytejta-supports-0.4.0.pom | |
bytejta-supports-0.4.0.jar | 23 KB |
bytejta-supports-0.4.0-sources.jar | 18 KB |
bytejta-supports-0.4.0-javadoc.jar | 111 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bytesoft/bytejta-supports/ -->
<dependency>
<groupId>org.bytesoft</groupId>
<artifactId>bytejta-supports</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.bytesoft/bytejta-supports/
implementation 'org.bytesoft:bytejta-supports:0.4.0'
// https://jarcasting.com/artifacts/org.bytesoft/bytejta-supports/
implementation ("org.bytesoft:bytejta-supports:0.4.0")
'org.bytesoft:bytejta-supports:jar:0.4.0'
<dependency org="org.bytesoft" name="bytejta-supports" rev="0.4.0">
<artifact name="bytejta-supports" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bytesoft', module='bytejta-supports', version='0.4.0')
)
libraryDependencies += "org.bytesoft" % "bytejta-supports" % "0.4.0"
[org.bytesoft/bytejta-supports "0.4.0"]