GroupId | GroupIdcom.github.dakusui |
---|---|
ArtifactId | ArtifactIdfloorplan |
Version | Version5.0.3 |
Type | Typejar |
Filename | Size |
---|---|
floorplan-5.0.3.pom | |
floorplan-5.0.3.jar | 113 KB |
floorplan-5.0.3-sources.jar | 38 KB |
floorplan-5.0.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dakusui/floorplan/
implementation 'com.github.dakusui:floorplan:5.0.3'
// https://jarcasting.com/artifacts/com.github.dakusui/floorplan/
implementation ("com.github.dakusui:floorplan:5.0.3")
'com.github.dakusui:floorplan:jar:5.0.3'
<dependency org="com.github.dakusui" name="floorplan" rev="5.0.3">
<artifact name="floorplan" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dakusui', module='floorplan', version='5.0.3')
)
libraryDependencies += "com.github.dakusui" % "floorplan" % "5.0.3"
[com.github.dakusui/floorplan "5.0.3"]