| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdorg.eclipse |
| ArtifactId | ArtifactIdjst |
| Version | Version1.0.2-v200706120315 |
| Type | Typejar |
| Description |
DescriptionJ2EE Standard Tools (JST)
|
| Filename | Size |
|---|---|
| jst-1.0.2-v200706120315.pom | |
| jst-1.0.2-v200706120315.jar | 10 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse/jst/ -->
<dependency>
<groupId>org.eclipse</groupId>
<artifactId>jst</artifactId>
<version>1.0.2-v200706120315</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse/jst/
implementation 'org.eclipse:jst:1.0.2-v200706120315'
// https://jarcasting.com/artifacts/org.eclipse/jst/
implementation ("org.eclipse:jst:1.0.2-v200706120315")
'org.eclipse:jst:jar:1.0.2-v200706120315'
<dependency org="org.eclipse" name="jst" rev="1.0.2-v200706120315">
<artifact name="jst" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse', module='jst', version='1.0.2-v200706120315')
)
libraryDependencies += "org.eclipse" % "jst" % "1.0.2-v200706120315"
[org.eclipse/jst "1.0.2-v200706120315"]