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