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