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