| License |
License |
|---|---|
| Categories |
CategoriesORM Data |
| GroupId | GroupIdorg.teavm |
| ArtifactId | ArtifactIdteavm-platform |
| Last Version | Last Version0.7.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionTeaVM platform
A low-level classes that help to implement Java class library
|
| Filename | Size |
|---|---|
| teavm-platform-0.7.0.pom | |
| teavm-platform-0.7.0.jar | 114 KB |
| teavm-platform-0.7.0-sources.jar | 79 KB |
| teavm-platform-0.7.0-javadoc.jar | 221 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.teavm/teavm-platform/ -->
<dependency>
<groupId>org.teavm</groupId>
<artifactId>teavm-platform</artifactId>
<version>0.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.teavm/teavm-platform/
implementation 'org.teavm:teavm-platform:0.7.0'
// https://jarcasting.com/artifacts/org.teavm/teavm-platform/
implementation ("org.teavm:teavm-platform:0.7.0")
'org.teavm:teavm-platform:jar:0.7.0'
<dependency org="org.teavm" name="teavm-platform" rev="0.7.0">
<artifact name="teavm-platform" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.teavm', module='teavm-platform', version='0.7.0')
)
libraryDependencies += "org.teavm" % "teavm-platform" % "0.7.0"
[org.teavm/teavm-platform "0.7.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.teavm : teavm-jso-apis | jar | 0.7.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.teavm : teavm-core | jar | 0.7.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |