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