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