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