| License | License | 
|---|---|
| Categories | CategoriesORM Data | 
| GroupId | GroupIdorg.dbrain | 
| ArtifactId | ArtifactIdplatform-http | 
| Last Version | Last Version4.3 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionDefines external dependencies. | 
| Filename | Size | 
|---|---|
| platform-http-4.3.pom | 2 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.dbrain/platform-http/ -->
<dependency>
    <groupId>org.dbrain</groupId>
    <artifactId>platform-http</artifactId>
    <version>4.3</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.dbrain/platform-http/
implementation 'org.dbrain:platform-http:4.3'// https://jarcasting.com/artifacts/org.dbrain/platform-http/
implementation ("org.dbrain:platform-http:4.3")'org.dbrain:platform-http:pom:4.3'<dependency org="org.dbrain" name="platform-http" rev="4.3">
  <artifact name="platform-http" type="pom" />
</dependency>@Grapes(
@Grab(group='org.dbrain', module='platform-http', version='4.3')
)libraryDependencies += "org.dbrain" % "platform-http" % "4.3"[org.dbrain/platform-http "4.3"]