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