GroupId | GroupIdcom.oregor.staticfy |
---|---|
ArtifactId | ArtifactIdstaticfy |
Version | Version0.0.4 |
Type | Typepom |
Filename | Size |
---|---|
staticfy-0.0.4.pom | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.oregor.staticfy/staticfy/ -->
<dependency>
<groupId>com.oregor.staticfy</groupId>
<artifactId>staticfy</artifactId>
<version>0.0.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.oregor.staticfy/staticfy/
implementation 'com.oregor.staticfy:staticfy:0.0.4'
// https://jarcasting.com/artifacts/com.oregor.staticfy/staticfy/
implementation ("com.oregor.staticfy:staticfy:0.0.4")
'com.oregor.staticfy:staticfy:pom:0.0.4'
<dependency org="com.oregor.staticfy" name="staticfy" rev="0.0.4">
<artifact name="staticfy" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.oregor.staticfy', module='staticfy', version='0.0.4')
)
libraryDependencies += "com.oregor.staticfy" % "staticfy" % "0.0.4"
[com.oregor.staticfy/staticfy "0.0.4"]