| GroupId | GroupIdus.joshuatreesoftware |
|---|---|
| ArtifactId | ArtifactIdfortress |
| Version | Version1.0-RC25 |
| Type | Typejar |
| Filename | Size |
|---|---|
| fortress-1.0-RC25.pom | |
| fortress-1.0-RC25.jar | 410 KB |
| fortress-1.0-RC25-sources.jar | 990 KB |
| fortress-1.0-RC25-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/us.joshuatreesoftware/fortress/ -->
<dependency>
<groupId>us.joshuatreesoftware</groupId>
<artifactId>fortress</artifactId>
<version>1.0-RC25</version>
</dependency>
// https://jarcasting.com/artifacts/us.joshuatreesoftware/fortress/
implementation 'us.joshuatreesoftware:fortress:1.0-RC25'
// https://jarcasting.com/artifacts/us.joshuatreesoftware/fortress/
implementation ("us.joshuatreesoftware:fortress:1.0-RC25")
'us.joshuatreesoftware:fortress:jar:1.0-RC25'
<dependency org="us.joshuatreesoftware" name="fortress" rev="1.0-RC25">
<artifact name="fortress" type="jar" />
</dependency>
@Grapes(
@Grab(group='us.joshuatreesoftware', module='fortress', version='1.0-RC25')
)
libraryDependencies += "us.joshuatreesoftware" % "fortress" % "1.0-RC25"
[us.joshuatreesoftware/fortress "1.0-RC25"]