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