| Categories | CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection | 
|---|---|
| GroupId | GroupIdcom.guicedee.services | 
| ArtifactId | ArtifactIdbtm | 
| Version | Version1.0.19.2-jre15 | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| btm-1.0.19.2-jre15.pom | |
| btm-1.0.19.2-jre15.jar | 334 KB | 
| btm-1.0.19.2-jre15-sources.jar | 266 KB | 
| btm-1.0.19.2-jre15-javadoc.jar | 957 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.guicedee.services/btm/ -->
<dependency>
    <groupId>com.guicedee.services</groupId>
    <artifactId>btm</artifactId>
    <version>1.0.19.2-jre15</version>
</dependency>// https://jarcasting.com/artifacts/com.guicedee.services/btm/
implementation 'com.guicedee.services:btm:1.0.19.2-jre15'// https://jarcasting.com/artifacts/com.guicedee.services/btm/
implementation ("com.guicedee.services:btm:1.0.19.2-jre15")'com.guicedee.services:btm:jar:1.0.19.2-jre15'<dependency org="com.guicedee.services" name="btm" rev="1.0.19.2-jre15">
  <artifact name="btm" type="jar" />
</dependency>@Grapes(
@Grab(group='com.guicedee.services', module='btm', version='1.0.19.2-jre15')
)libraryDependencies += "com.guicedee.services" % "btm" % "1.0.19.2-jre15"[com.guicedee.services/btm "1.0.19.2-jre15"]