GroupId | GroupIdcom.github.dakusui |
---|---|
ArtifactId | ArtifactIdfloorplan |
Version | Version5.0.5 |
Type | Typejar |
Filename | Size |
---|---|
floorplan-5.0.5.pom | |
floorplan-5.0.5.jar | 116 KB |
floorplan-5.0.5-sources.jar | 37 KB |
floorplan-5.0.5-javadoc.jar | 363 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dakusui/floorplan/ -->
<dependency>
<groupId>com.github.dakusui</groupId>
<artifactId>floorplan</artifactId>
<version>5.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dakusui/floorplan/
implementation 'com.github.dakusui:floorplan:5.0.5'
// https://jarcasting.com/artifacts/com.github.dakusui/floorplan/
implementation ("com.github.dakusui:floorplan:5.0.5")
'com.github.dakusui:floorplan:jar:5.0.5'
<dependency org="com.github.dakusui" name="floorplan" rev="5.0.5">
<artifact name="floorplan" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dakusui', module='floorplan', version='5.0.5')
)
libraryDependencies += "com.github.dakusui" % "floorplan" % "5.0.5"
[com.github.dakusui/floorplan "5.0.5"]