Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.officefloor.tutorial |
ArtifactId | ArtifactIdpresentation |
Last Version | Last Version2.18.0 |
Release Date | Release Date |
Type | Typejar |
Filename | Size |
---|---|
presentation-2.18.0.pom | |
presentation-2.18.0.jar | 4 KB |
presentation-2.18.0-test-sources.jar | 870 bytes |
presentation-2.18.0-sources.jar | 4 KB |
presentation-2.18.0-project.zip | 8 KB |
presentation-2.18.0-project.tar.gz | 2 KB |
presentation-2.18.0-project.tar.bz2 | 2 KB |
presentation-2.18.0-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.officefloor.tutorial/presentation/ -->
<dependency>
<groupId>net.officefloor.tutorial</groupId>
<artifactId>presentation</artifactId>
<version>2.18.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.officefloor.tutorial/presentation/
implementation 'net.officefloor.tutorial:presentation:2.18.0'
// https://jarcasting.com/artifacts/net.officefloor.tutorial/presentation/
implementation ("net.officefloor.tutorial:presentation:2.18.0")
'net.officefloor.tutorial:presentation:jar:2.18.0'
<dependency org="net.officefloor.tutorial" name="presentation" rev="2.18.0">
<artifact name="presentation" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.officefloor.tutorial', module='presentation', version='2.18.0')
)
libraryDependencies += "net.officefloor.tutorial" % "presentation" % "2.18.0"
[net.officefloor.tutorial/presentation "2.18.0"]