GroupId | GroupIdcom.googlecode.streamflyer |
---|---|
ArtifactId | ArtifactIdstreamflyer-parent |
Version | Version1.1.1 |
Type | Typepom |
Filename | Size |
---|---|
streamflyer-parent-1.1.1.pom | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.streamflyer/streamflyer-parent/ -->
<dependency>
<groupId>com.googlecode.streamflyer</groupId>
<artifactId>streamflyer-parent</artifactId>
<version>1.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.streamflyer/streamflyer-parent/
implementation 'com.googlecode.streamflyer:streamflyer-parent:1.1.1'
// https://jarcasting.com/artifacts/com.googlecode.streamflyer/streamflyer-parent/
implementation ("com.googlecode.streamflyer:streamflyer-parent:1.1.1")
'com.googlecode.streamflyer:streamflyer-parent:pom:1.1.1'
<dependency org="com.googlecode.streamflyer" name="streamflyer-parent" rev="1.1.1">
<artifact name="streamflyer-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.streamflyer', module='streamflyer-parent', version='1.1.1')
)
libraryDependencies += "com.googlecode.streamflyer" % "streamflyer-parent" % "1.1.1"
[com.googlecode.streamflyer/streamflyer-parent "1.1.1"]