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