GroupId | GroupIdcom.github.maskwerewolf |
---|---|
ArtifactId | ArtifactIdflowerframework-root |
Version | Version1.0 |
Type | Typepom |
Filename | Size |
---|---|
flowerframework-root-1.0.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.maskwerewolf/flowerframework-root/ -->
<dependency>
<groupId>com.github.maskwerewolf</groupId>
<artifactId>flowerframework-root</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.maskwerewolf/flowerframework-root/
implementation 'com.github.maskwerewolf:flowerframework-root:1.0'
// https://jarcasting.com/artifacts/com.github.maskwerewolf/flowerframework-root/
implementation ("com.github.maskwerewolf:flowerframework-root:1.0")
'com.github.maskwerewolf:flowerframework-root:pom:1.0'
<dependency org="com.github.maskwerewolf" name="flowerframework-root" rev="1.0">
<artifact name="flowerframework-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.maskwerewolf', module='flowerframework-root', version='1.0')
)
libraryDependencies += "com.github.maskwerewolf" % "flowerframework-root" % "1.0"
[com.github.maskwerewolf/flowerframework-root "1.0"]