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