GroupId | GroupIdcom.googlecode.streamflyer |
---|---|
ArtifactId | ArtifactIdstreamflyer-experimental |
Version | Version1.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.googlecode.streamflyer/streamflyer-experimental/ -->
<dependency>
<groupId>com.googlecode.streamflyer</groupId>
<artifactId>streamflyer-experimental</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.streamflyer/streamflyer-experimental/
implementation 'com.googlecode.streamflyer:streamflyer-experimental:1.0.1'
// https://jarcasting.com/artifacts/com.googlecode.streamflyer/streamflyer-experimental/
implementation ("com.googlecode.streamflyer:streamflyer-experimental:1.0.1")
'com.googlecode.streamflyer:streamflyer-experimental:jar:1.0.1'
<dependency org="com.googlecode.streamflyer" name="streamflyer-experimental" rev="1.0.1">
<artifact name="streamflyer-experimental" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.streamflyer', module='streamflyer-experimental', version='1.0.1')
)
libraryDependencies += "com.googlecode.streamflyer" % "streamflyer-experimental" % "1.0.1"
[com.googlecode.streamflyer/streamflyer-experimental "1.0.1"]