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