GroupId | GroupIdorg.flyte |
---|---|
ArtifactId | ArtifactIdjflyte-api |
Version | Version0.3.11 |
Type | Typejar |
Filename | Size |
---|---|
jflyte-api-0.3.11.pom | |
jflyte-api-0.3.11.jar | 9 KB |
jflyte-api-0.3.11-sources.jar | 8 KB |
jflyte-api-0.3.11-javadoc.jar | 438 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.flyte/jflyte-api/ -->
<dependency>
<groupId>org.flyte</groupId>
<artifactId>jflyte-api</artifactId>
<version>0.3.11</version>
</dependency>
// https://jarcasting.com/artifacts/org.flyte/jflyte-api/
implementation 'org.flyte:jflyte-api:0.3.11'
// https://jarcasting.com/artifacts/org.flyte/jflyte-api/
implementation ("org.flyte:jflyte-api:0.3.11")
'org.flyte:jflyte-api:jar:0.3.11'
<dependency org="org.flyte" name="jflyte-api" rev="0.3.11">
<artifact name="jflyte-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.flyte', module='jflyte-api', version='0.3.11')
)
libraryDependencies += "org.flyte" % "jflyte-api" % "0.3.11"
[org.flyte/jflyte-api "0.3.11"]