GroupId | GroupIdcom.github.flowersinthesand |
---|---|
ArtifactId | ArtifactIdportal-parent |
Version | Version0.6.1 |
Type | Typepom |
Filename | Size |
---|---|
portal-parent-0.6.1.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.flowersinthesand/portal-parent/ -->
<dependency>
<groupId>com.github.flowersinthesand</groupId>
<artifactId>portal-parent</artifactId>
<version>0.6.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.flowersinthesand/portal-parent/
implementation 'com.github.flowersinthesand:portal-parent:0.6.1'
// https://jarcasting.com/artifacts/com.github.flowersinthesand/portal-parent/
implementation ("com.github.flowersinthesand:portal-parent:0.6.1")
'com.github.flowersinthesand:portal-parent:pom:0.6.1'
<dependency org="com.github.flowersinthesand" name="portal-parent" rev="0.6.1">
<artifact name="portal-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.flowersinthesand', module='portal-parent', version='0.6.1')
)
libraryDependencies += "com.github.flowersinthesand" % "portal-parent" % "0.6.1"
[com.github.flowersinthesand/portal-parent "0.6.1"]