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