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