GroupId | GroupIdorg.baswell |
---|---|
ArtifactId | ArtifactIdlayouts |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
layouts-1.0.pom | |
layouts-1.0.jar | 13 KB |
layouts-1.0-sources.jar | 12 KB |
layouts-1.0-javadoc.jar | 43 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.baswell/layouts/ -->
<dependency>
<groupId>org.baswell</groupId>
<artifactId>layouts</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.baswell/layouts/
implementation 'org.baswell:layouts:1.0'
// https://jarcasting.com/artifacts/org.baswell/layouts/
implementation ("org.baswell:layouts:1.0")
'org.baswell:layouts:jar:1.0'
<dependency org="org.baswell" name="layouts" rev="1.0">
<artifact name="layouts" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.baswell', module='layouts', version='1.0')
)
libraryDependencies += "org.baswell" % "layouts" % "1.0"
[org.baswell/layouts "1.0"]