| License |
License |
|---|---|
| GroupId | GroupIdcom.thesett |
| ArtifactId | ArtifactIdbasebuild |
| Version | Version0.9.117 |
| Type | Typepom |
| Description |
DescriptionBase Library
Base is a set of base libraries and util code for LoJiX and other OSS projects.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| basebuild-0.9.117.pom | 27 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.thesett/basebuild/ -->
<dependency>
<groupId>com.thesett</groupId>
<artifactId>basebuild</artifactId>
<version>0.9.117</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.thesett/basebuild/
implementation 'com.thesett:basebuild:0.9.117'
// https://jarcasting.com/artifacts/com.thesett/basebuild/
implementation ("com.thesett:basebuild:0.9.117")
'com.thesett:basebuild:pom:0.9.117'
<dependency org="com.thesett" name="basebuild" rev="0.9.117">
<artifact name="basebuild" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.thesett', module='basebuild', version='0.9.117')
)
libraryDependencies += "com.thesett" % "basebuild" % "0.9.117"
[com.thesett/basebuild "0.9.117"]