GroupId | GroupIdcom.github.microwww |
---|---|
ArtifactId | ArtifactIdtemplate-ppt |
Version | Version0.0.5-release |
Type | Typejar |
Filename | Size |
---|---|
template-ppt-0.0.5-release.pom | |
template-ppt-0.0.5-release.jar | 54 KB |
template-ppt-0.0.5-release-sources.jar | 26 KB |
template-ppt-0.0.5-release-javadoc.jar | 171 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.microwww/template-ppt/ -->
<dependency>
<groupId>com.github.microwww</groupId>
<artifactId>template-ppt</artifactId>
<version>0.0.5-release</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.microwww/template-ppt/
implementation 'com.github.microwww:template-ppt:0.0.5-release'
// https://jarcasting.com/artifacts/com.github.microwww/template-ppt/
implementation ("com.github.microwww:template-ppt:0.0.5-release")
'com.github.microwww:template-ppt:jar:0.0.5-release'
<dependency org="com.github.microwww" name="template-ppt" rev="0.0.5-release">
<artifact name="template-ppt" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.microwww', module='template-ppt', version='0.0.5-release')
)
libraryDependencies += "com.github.microwww" % "template-ppt" % "0.0.5-release"
[com.github.microwww/template-ppt "0.0.5-release"]