GroupId | GroupIdcom.oregor.staticfy |
---|---|
ArtifactId | ArtifactIdstaticfy-core |
Version | Version0.0.3 |
Type | Typejar |
Filename | Size |
---|---|
staticfy-core-0.0.3.pom | |
staticfy-core-0.0.3.jar | 48 KB |
staticfy-core-0.0.3-sources.jar | 39 KB |
staticfy-core-0.0.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.oregor.staticfy/staticfy-core/
implementation 'com.oregor.staticfy:staticfy-core:0.0.3'
// https://jarcasting.com/artifacts/com.oregor.staticfy/staticfy-core/
implementation ("com.oregor.staticfy:staticfy-core:0.0.3")
'com.oregor.staticfy:staticfy-core:jar:0.0.3'
<dependency org="com.oregor.staticfy" name="staticfy-core" rev="0.0.3">
<artifact name="staticfy-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.oregor.staticfy', module='staticfy-core', version='0.0.3')
)
libraryDependencies += "com.oregor.staticfy" % "staticfy-core" % "0.0.3"
[com.oregor.staticfy/staticfy-core "0.0.3"]