GroupId | GroupIdcom.aegisql |
---|---|
ArtifactId | ArtifactIdftry |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
ftry-1.0.0.pom | |
ftry-1.0.0.jar | 18 KB |
ftry-1.0.0-sources.jar | 9 KB |
ftry-1.0.0-javadoc.jar | 69 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.aegisql/ftry/ -->
<dependency>
<groupId>com.aegisql</groupId>
<artifactId>ftry</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.aegisql/ftry/
implementation 'com.aegisql:ftry:1.0.0'
// https://jarcasting.com/artifacts/com.aegisql/ftry/
implementation ("com.aegisql:ftry:1.0.0")
'com.aegisql:ftry:jar:1.0.0'
<dependency org="com.aegisql" name="ftry" rev="1.0.0">
<artifact name="ftry" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aegisql', module='ftry', version='1.0.0')
)
libraryDependencies += "com.aegisql" % "ftry" % "1.0.0"
[com.aegisql/ftry "1.0.0"]