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