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