| Categories | CategoriesNet Other General Purpose Libraries | 
|---|---|
| GroupId | GroupIdcom.sun.bigbrother.javanet | 
| ArtifactId | ArtifactIdbigbrother-javanet | 
| Version | Version1 | 
| Type | Typepom | 
| Description | DescriptionBigBrother datamining project | 
| Filename | Size | 
|---|---|
| bigbrother-javanet-1.pom | 1 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.sun.bigbrother.javanet/bigbrother-javanet/ -->
<dependency>
    <groupId>com.sun.bigbrother.javanet</groupId>
    <artifactId>bigbrother-javanet</artifactId>
    <version>1</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/com.sun.bigbrother.javanet/bigbrother-javanet/
implementation 'com.sun.bigbrother.javanet:bigbrother-javanet:1'// https://jarcasting.com/artifacts/com.sun.bigbrother.javanet/bigbrother-javanet/
implementation ("com.sun.bigbrother.javanet:bigbrother-javanet:1")'com.sun.bigbrother.javanet:bigbrother-javanet:pom:1'<dependency org="com.sun.bigbrother.javanet" name="bigbrother-javanet" rev="1">
  <artifact name="bigbrother-javanet" type="pom" />
</dependency>@Grapes(
@Grab(group='com.sun.bigbrother.javanet', module='bigbrother-javanet', version='1')
)libraryDependencies += "com.sun.bigbrother.javanet" % "bigbrother-javanet" % "1"[com.sun.bigbrother.javanet/bigbrother-javanet "1"]