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