GroupId | GroupIdorg.bytesoft |
---|---|
ArtifactId | ArtifactIdbytejta-core |
Version | Version0.5.0-ALPHA4 |
Type | Typejar |
Filename | Size |
---|---|
bytejta-core-0.5.0-ALPHA4.pom | |
bytejta-core-0.5.0-ALPHA4.jar | 159 KB |
bytejta-core-0.5.0-ALPHA4-sources.jar | 126 KB |
bytejta-core-0.5.0-ALPHA4-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-ALPHA4</version>
</dependency>
// https://jarcasting.com/artifacts/org.bytesoft/bytejta-core/
implementation 'org.bytesoft:bytejta-core:0.5.0-ALPHA4'
// https://jarcasting.com/artifacts/org.bytesoft/bytejta-core/
implementation ("org.bytesoft:bytejta-core:0.5.0-ALPHA4")
'org.bytesoft:bytejta-core:jar:0.5.0-ALPHA4'
<dependency org="org.bytesoft" name="bytejta-core" rev="0.5.0-ALPHA4">
<artifact name="bytejta-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bytesoft', module='bytejta-core', version='0.5.0-ALPHA4')
)
libraryDependencies += "org.bytesoft" % "bytejta-core" % "0.5.0-ALPHA4"
[org.bytesoft/bytejta-core "0.5.0-ALPHA4"]