License |
License |
---|---|
GroupId | GroupIdcom.github.mperry |
ArtifactId | ArtifactIdfidbake |
Last Version | Last Version0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionfidbake
Fidbake is a JBake template packaged as a jar
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
fidbake-0.1.pom | |
fidbake-0.1.jar | 62 KB |
fidbake-0.1-sources.jar | 62 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.mperry/fidbake/ -->
<dependency>
<groupId>com.github.mperry</groupId>
<artifactId>fidbake</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mperry/fidbake/
implementation 'com.github.mperry:fidbake:0.1'
// https://jarcasting.com/artifacts/com.github.mperry/fidbake/
implementation ("com.github.mperry:fidbake:0.1")
'com.github.mperry:fidbake:jar:0.1'
<dependency org="com.github.mperry" name="fidbake" rev="0.1">
<artifact name="fidbake" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mperry', module='fidbake', version='0.1')
)
libraryDependencies += "com.github.mperry" % "fidbake" % "0.1"
[com.github.mperry/fidbake "0.1"]