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