| GroupId | GroupIdde.upb.cs.swt |
|---|---|
| ArtifactId | ArtifactIdheros |
| Version | Version1.1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| heros-1.1.0.pom | |
| heros-1.1.0.jar | 186 KB |
| heros-1.1.0-sources.jar | 101 KB |
| heros-1.1.0-javadoc.jar | 579 KB |
| heros-1.1.0-jar-with-dependencies.jar | 4 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.upb.cs.swt/heros/ -->
<dependency>
<groupId>de.upb.cs.swt</groupId>
<artifactId>heros</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.upb.cs.swt/heros/
implementation 'de.upb.cs.swt:heros:1.1.0'
// https://jarcasting.com/artifacts/de.upb.cs.swt/heros/
implementation ("de.upb.cs.swt:heros:1.1.0")
'de.upb.cs.swt:heros:jar:1.1.0'
<dependency org="de.upb.cs.swt" name="heros" rev="1.1.0">
<artifact name="heros" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.upb.cs.swt', module='heros', version='1.1.0')
)
libraryDependencies += "de.upb.cs.swt" % "heros" % "1.1.0"
[de.upb.cs.swt/heros "1.1.0"]