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