License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdorg.opoo.press.maven.plugins |
ArtifactId | ArtifactIdtheme-packaging |
Last Version | Last Version2.0-beta-1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionOpooPress Framework :: theme-packaging
OpooPress Framework is a java based blog aware static site generator.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
theme-packaging-2.0-beta-1.pom | |
theme-packaging-2.0-beta-1.jar | 3 KB |
theme-packaging-2.0-beta-1-sources.jar | 1 KB |
theme-packaging-2.0-beta-1-javadoc.jar | 331 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.opoo.press.maven.plugins/theme-packaging/ -->
<dependency>
<groupId>org.opoo.press.maven.plugins</groupId>
<artifactId>theme-packaging</artifactId>
<version>2.0-beta-1</version>
</dependency>
// https://jarcasting.com/artifacts/org.opoo.press.maven.plugins/theme-packaging/
implementation 'org.opoo.press.maven.plugins:theme-packaging:2.0-beta-1'
// https://jarcasting.com/artifacts/org.opoo.press.maven.plugins/theme-packaging/
implementation ("org.opoo.press.maven.plugins:theme-packaging:2.0-beta-1")
'org.opoo.press.maven.plugins:theme-packaging:jar:2.0-beta-1'
<dependency org="org.opoo.press.maven.plugins" name="theme-packaging" rev="2.0-beta-1">
<artifact name="theme-packaging" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opoo.press.maven.plugins', module='theme-packaging', version='2.0-beta-1')
)
libraryDependencies += "org.opoo.press.maven.plugins" % "theme-packaging" % "2.0-beta-1"
[org.opoo.press.maven.plugins/theme-packaging "2.0-beta-1"]